From 753869e361db7a3cd475be11b5217994d3d07e1b Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 10 Aug 2002 13:10:43 +0000 Subject: [PATCH] Add 'all' target. --- gpsbabel/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpsbabel/Makefile b/gpsbabel/Makefile index 094ff43f5..2f3c5289a 100644 --- a/gpsbabel/Makefile +++ b/gpsbabel/Makefile @@ -5,6 +5,8 @@ FMTS=magproto.o gpx.o geo.o gpsman.o mapsend.o mapsource.o \ OBJS=main.o queue.o route.o waypt.o util.o vecs.o $(FMTS) +all: gpsbabel + gpsbabel: $(OBJS) $(CC) $(CFLAGS) $(OBJS) -o gpsbabel -lexpat -lm -- 2.30.2